SDK/J Authentication Package ver1.0
RICOH Confidential

jp.co.ricoh.dsdk.scard.framework.card
Interface CardFilter

All Superinterfaces:
java.io.Serializable

public interface CardFilter
extends java.io.Serializable

This is the interface to filter a card.


Method Summary
 boolean isCandidate(Card.Info info)
           Determines if the card is appropriate.
 

Method Detail

isCandidate

public boolean isCandidate(Card.Info info)
Determines if the card is appropriate.

Parameters:
info - information of the target card.
Returns:
true if the target card is appropriate, otherwise false.

SDK/J Authentication Package ver1.0
RICOH Confidential